home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / PROBLEMS / BENCHMARK / BOGO / INSTALLING < prev    next >
Text File  |  1994-06-04  |  795b  |  20 lines

  1. There are three variants of this program:
  2.  
  3. - portable version (only requires ANSI C compiler and library)
  4. - original Linux version (dependent on gcc and Intel CPU)
  5. - QNX version (dependent on QNX C compiler and Intel CPU)
  6.  
  7. The first two versions should give the same results if you are using
  8. gcc under Linux. The original Linux version also works under FreeBSD
  9. and BSD386. The portable version is the default. Edit the appropriate
  10. lines in the make file to select one of the others.
  11.  
  12. To build for Linux under gcc, just type "make". If using a compiler
  13. other than GNU gcc, edit the compile options in the makefile.
  14.  
  15. Run the program as "bogomips".
  16.  
  17. Install the binary and man page using "make install" as root (change
  18. the makefile if you don't want them put in /usr/local/bin and
  19. /usr/local/man).
  20.